eloquent update row response

90

eloquent update row response -

DB::table('users')
            ->where('id', 1)
            ->update(['votes' => 1]);

Comments

Submit
0 Comments